home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 6 / FM Towns Free Software Collection 6.iso / t_os / qa / qa_test.bat next >
DOS Batch File  |  1993-07-08  |  272b  |  17 lines

  1. :start
  2. run386 QA.exp -m 何を起動させますか? VYエディタ O太郎 3・2・1
  3. if errorlevel 3 goto C
  4. if errorlevel 2 goto B
  5. if errorlevel 1 goto A
  6. if errorlevel 0 goto end
  7. goto start
  8. :C
  9. run386 test_321
  10. goto end
  11. :B
  12. run386 test_ixw
  13. goto end
  14. :A
  15. run386 test_vy
  16. :end
  17.